* {
  margin: 0;
  padding: 0;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
  color: #333;
}
p {
  margin: 0;
  padding: 0;
}
.w85 {
  width: 85%;
  margin: auto;
}
.w1200 {
  width: 1200px;
  margin: auto;
}
.side {
  width: 70px;
  height: 280px;
  position: fixed;
  right: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
  z-index: 99999;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
}
.side .items {
  display: block;
  width: 100%;
  height: 70px;
  text-align: center;
  line-height: 70px;
  border-bottom: 1px solid #f0efea;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  transition: all 0.5s linear;
}
.side .items:nth-child(4n) {
  border-bottom: 0;
}
.side .items:hover {
  background: #cc0c0c;
}
.side .items:hover img {
  filter: brightness(300%);
}
.side .items img {
  width: 25px;
  height: 25px;
  margin-top: 22px;
  transition: all 0.5s linear;
}
.side .items .text {
  position: absolute;
  top: 0;
  right: 71px;
  background-color: #fff;
  font-size: 16px;
  color: #101010;
  padding: 10px;
  display: none;
  transition: all 0.5s linear;
}
.web_side {
  display: none;
}
.bg img {
  width: 100%;
  vertical-align: text-bottom;
}
.navs {
  width: 100%;
  height: 110px;
  box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.07);
  box-sizing: border-box;
}
.navs .n {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.navs .n .left {
  width: 40%;
  font-size: 28px;
  color: #3a3a3a;
}
.navs .n .left i,
.navs .n .left span {
  font-size: 16px;
  color: #a1a1a1;
  text-transform: uppercase;
}
.navs .n .left i {
  margin: 0 5px;
}
.navs .n .right {
  flex: 1;
  display: flex;
  justify-content: end;
  align-items: center;
  font-size: 12px;
  color: #9f9f9f;
}
.navs .n .right .c {
  display: flex;
  align-items: center;
  margin-right: 30px;
}
.navs .n .right .c a {
  color: #9f9f9f;
  font-size: 12px;
}
.navs .n .right .c img {
  width: 20px;
  vertical-align: middle;
}
.navs .n .right .c .back {
  margin-left: 30px;
}
.page {
  margin: 65px auto 0;
  text-align: center;
}
.page a {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 14px;
  color: #666666;
  background: #fff;
  border: 1px solid #fff;
  margin-right: 5px;
  box-sizing: border-box;
}
.page a:nth-last-child(1) {
  margin-right: 0;
}
.page a:hover {
  border-color: #cc0c0c;
  color: #cc0c0c;
}
.page a.act {
  border-color: #cc0c0c;
  color: #cc0c0c;
}
@media screen and (max-width: 768px) {
  .w85 {
    width: 100%;
    padding: 0 2%;
    box-sizing: border-box;
  }
  .w1200 {
    width: 100%;
    padding: 0 2%;
    box-sizing: border-box;
  }
  .side {
    display: none;
  }
  .web_side {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    height: 40px;
    display: flex;
    align-items: center;
    background-color: #cc0c0c;
    z-index: 99;
  }
  .web_side a {
    height: 100%;
    line-height: 40px;
    flex: 1;
    font-size: 12px;
    color: #fff;
    border-right: 1px solid #fff;
    box-sizing: border-box;
    text-align: center;
  }
  .web_side a:nth-last-child(1) {
    border: none;
  }
  .navs {
    height: auto;
    padding: 10px 2%;
    box-sizing: border-box;
  }
  .navs .n {
    flex-wrap: wrap;
  }
  .navs .n .left {
    width: 100%;
    font-size: 20px;
  }
  .navs .n .left i,
  .navs .n .left span {
    font-size: 12px;
  }
  .navs .n .right {
    width: 100%;
    justify-content: space-between;
    margin-top: 10px;
  }
  .navs .n .right .c img {
    width: 15px;
  }
  .navs .n .right .c .back {
    float: right;
  }
  .navs .n .right img {
    width: 15px;
  }
  .page {
    margin-top: 20px;
  }
}
